home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / desktop_gnome_font_rendering.schemas < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-08  |  2.7 KB  |  77 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.     <schemalist>
  4.     <schema>
  5.         <key>/schemas/desktop/gnome/font_rendering/dpi</key>
  6.         <applyto>/desktop/gnome/font_rendering/dpi</applyto>
  7.             <owner>gnome</owner>
  8.         <type>float</type>
  9.             <gettext_domain>gnome-settings-daemon</gettext_domain>
  10.             <locale name="C">
  11.             <short>DPI</short>
  12.                 <long>
  13.               The resolution used for converting font sizes to pixel sizes, 
  14.                   in dots per inch.
  15.         </long>
  16.             </locale>
  17.         </schema>
  18.  
  19.     <schema>
  20.         <key>/schemas/desktop/gnome/font_rendering/antialiasing</key>
  21.         <applyto>/desktop/gnome/font_rendering/antialiasing</applyto>
  22.             <owner>gnome</owner>
  23.         <type>string</type>
  24.             <default>grayscale</default>
  25.             <gettext_domain>gnome-settings-daemon</gettext_domain>
  26.             <locale name="C">
  27.             <short>Antialiasing</short>
  28.                 <long>
  29.           The type of antialiasing to use when rendering fonts.
  30.                   Possible values are: "none" for no antialiasing,
  31.                   "grayscale" for standard grayscale antialiasing, and
  32.                   "rgba" for subpixel antialiasing (LCD screens only).
  33.         </long>
  34.             </locale>
  35.         </schema>
  36.  
  37.     <schema>
  38.         <key>/schemas/desktop/gnome/font_rendering/hinting</key>
  39.         <applyto>/desktop/gnome/font_rendering/hinting</applyto>
  40.             <owner>gnome</owner>
  41.         <type>string</type>
  42.             <default>medium</default>
  43.             <gettext_domain>gnome-settings-daemon</gettext_domain>
  44.             <locale name="C">
  45.             <short>Hinting</short>
  46.                 <long>
  47.           The type of hinting to use when rendering fonts.
  48.                   Possible values are: "none" for no hinting, 
  49.           "slight" for basic, "medium" for moderate, and
  50.                   "full" for maximum hinting (may cause
  51.                   distortion of letter forms).
  52.         </long>
  53.             </locale>
  54.         </schema>
  55.  
  56.     <schema>
  57.         <key>/schemas/desktop/gnome/font_rendering/rgba_order</key>
  58.         <applyto>/desktop/gnome/font_rendering/rgba_order</applyto>
  59.             <owner>gnome</owner>
  60.         <type>string</type>
  61.             <default>rgb</default>
  62.             <gettext_domain>gnome-settings-daemon</gettext_domain>
  63.             <locale name="C">
  64.             <short>RGBA order</short>
  65.                 <long>
  66.                   The order of subpixel elements on an LCD
  67.                   screen; only used when antialiasing is set to "rgba".
  68.                   Possible values are: "rgb" for red on left (most common),
  69.                   "bgr" for blue on left, "vrgb" for red on top, "vbgr" for
  70.                   red on bottom.
  71.         </long>
  72.             </locale>
  73.         </schema>
  74.  
  75.     </schemalist>
  76. </gconfschemafile>
  77.